Skip to content

Feat/ci and license#2

Merged
gin0115 merged 2 commits intomasterfrom
feat/ci-and-license
Apr 27, 2026
Merged

Feat/ci and license#2
gin0115 merged 2 commits intomasterfrom
feat/ci-and-license

Conversation

@gin0115
Copy link
Copy Markdown
Contributor

@gin0115 gin0115 commented Apr 27, 2026

This pull request introduces several important updates to the project, including the addition of automated Node.js testing across multiple versions, the inclusion of a proper MIT license, and updates to versioning documentation and package metadata to reflect the 1.x release.

Testing and CI improvements:

  • Added a new GitHub Actions workflow (.github/workflows/tests.yaml) to automatically run tests on Node.js versions 20, 22, and 24, ensuring compatibility across these environments.

Licensing:

  • Added a LICENSE file with the MIT license, clarifying the legal terms under which the software is distributed.

Versioning and documentation:

  • Updated the compatibility table and versioning explanation in README.md to indicate that all related packages now share the 1.x major version and are compatible within that range.

Package metadata:

  • Bumped the package version from 0.1.0 to 1.0.0 in package.json to reflect the new major release and updated stability.

gin0115 added 2 commits April 26, 2026 23:45
Ship-readiness scaffolding for elm-wp-bootstrap.

CI:
- .github/workflows/tests.yaml — Node 20/22/24 matrix on ubuntu-latest,
  runs npm ci + npm test (vitest, 5 tests)

Files:
- LICENSE — MIT, matching the family template
- package-lock.json — committed for reproducible npm ci installs
The plan to ride 0.x while elm-mount stayed on 0.x is moot — elm-mount
shipped as 1.0.0. Aligning all three packages on 1.x keeps the
compatibility story simple.

- package.json version: 0.1.0 → 1.0.0
- package-lock.json regenerated to match
- README compat table now reads "1.x | 1.x | 1.x"
@gin0115 gin0115 merged commit 6d34210 into master Apr 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant